home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / shufl1 / msg1.frm < prev    next >
Text File  |  1995-05-08  |  2KB  |  61 lines

  1. VERSION 2.00
  2. Begin Form Msg1 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "System Sound Shuffler"
  5.    ClientHeight    =   1410
  6.    ClientLeft      =   2865
  7.    ClientTop       =   2760
  8.    ClientWidth     =   4740
  9.    ControlBox      =   0   'False
  10.    Height          =   1815
  11.    Left            =   2805
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   1410
  17.    ScaleWidth      =   4740
  18.    Top             =   2415
  19.    Width           =   4860
  20.    Begin PictureBox Picture2 
  21.       BackColor       =   &H00C0C0C0&
  22.       BorderStyle     =   0  'None
  23.       Height          =   735
  24.       Left            =   480
  25.       ScaleHeight     =   735
  26.       ScaleWidth      =   3735
  27.       TabIndex        =   1
  28.       Top             =   360
  29.       Width           =   3735
  30.       Begin Label Label1 
  31.          BackColor       =   &H00C0C0C0&
  32.          Caption         =   "Shuffling System Sounds . . ."
  33.          Height          =   255
  34.          Left            =   600
  35.          TabIndex        =   2
  36.          Top             =   240
  37.          Width           =   2775
  38.       End
  39.    End
  40.    Begin PictureBox Picture1 
  41.       Height          =   255
  42.       Left            =   0
  43.       Picture         =   MSG1.FRX:0000
  44.       ScaleHeight     =   225
  45.       ScaleWidth      =   345
  46.       TabIndex        =   0
  47.       Top             =   0
  48.       Visible         =   0   'False
  49.       Width           =   375
  50.    End
  51. End
  52.  
  53. Sub Form_Load ()
  54.     WindowState = 0
  55.     AutoRedraw = True
  56.     ShadeForm Msg1
  57.     AutoRedraw = False
  58.     MakeBevel Picture2
  59. End Sub
  60.  
  61.